const runtime._StackSystem

5 uses

	runtime (current package)
		proc.go#L4036: 		stacksize = round2(_StackSystem + stacksize)
		stack.go#L72: 	_StackSystem = goos.IsWindows*512*goarch.PtrSize + goos.IsPlan9*512 + goos.IsIos*goarch.IsArm64*1024
		stack.go#L79: 	_FixedStack0 = _StackMin + _StackSystem
		stack.go#L101: 	_StackGuard = 928*sys.StackGuardMultiplier + _StackSystem
		stack.go#L110: 	_StackLimit = _StackGuard - _StackSystem - _StackSmall